Version 2.0.1
Quick update that includes bug fixes for version 2.0, the most important one is IE10/11 browser support - now all layouts work fine in IE10+. Here is a list of changes:
// # List of fixed
// ------------------------------
[fixed] Flexbox layout is broken in IE10 and IE11
[fixed] Right aligned custom checkers are misaligned
[fixed] Multiselect menu should have 100% width by default
[fixed] Sectioned sidebar with custom background color has wrong background in collapsed mode
SCSS files to update
This section displays a list of updated SCSS files. Includes file name, path to this file and general description of changes. All list items are grouped in categories. This information allows you to quickly find and replace necessary files. Please keep your copies of SCSS files always up-to-date to avoid upgrading issues.
| File | Location | Description | |
|---|---|---|---|
| Updated core files | |||
_sidebar.scss |
/scss/layouts/[layout]/[theme]/layout/ | In 3, 4, 5 layouts only - updated .sidebar-xs styles |
|
_layout.scss |
/scss/layouts/[layout]/[theme]/layout/ | Updated styles for main containers | |
| Updated components | |||
_multiselect.scss |
/scss/themes/[theme]/components/forms/ | Added width: 100%; to multiselect container |
|
HTML files to update
This section displays a list of updated HTML files. Includes file name, layout, theme and brief description of changes. This information allows you to quickly find and replace necessary files. Please keep your copies of HTML files always up-to-date to avoid upgrading issues.
| File | Layout | Theme | Description |
|---|---|---|---|
form_checkboxes_radios.html |
1 | All | Added .position-static to labels in right aligned custom checkers |
Version 2.0
Bootstrap 4 version has its own changelog, because 2 Bootstrap version are completely different. Major part of components have been customized in order to support BS4 and flexbox layout, so components from BS3 can be used in this version. Since all components are the same in all layouts, the template now supports 1 main layout and 4 child layouts - this means only 1st layout includes all components, child layouts include only layout-related files. This makes maintenance easy and fast. Main highlights:
- Adapted 3rd party components
- Latest versions of all main libraries
- Built with SCSS
- Improved gulp tasks
- Based on flexbox model
- Single set of assets for all layouts
- Moved to modular JS pattern
- All bugfixes and improvements from BS3 are included
- Updated all examples
- High attention to details
- Improved file structure
- Improved starter kit
- Improved vertical navigation
- Improved multi level navigation in navbar
- Mega menu has been extended
- Improved performance
- Removed old and unmaintained libraries
- Single SCSS configuration file with all components
- Improved theming support
- Simple style editing
- ... and much more